Forgotten file
authorMatthias Clasen <mclasen@redhat.com>
Fri, 16 Dec 2011 03:19:54 +0000 (22:19 -0500)
committerRyan Lortie <desrt@desrt.ca>
Mon, 19 Dec 2011 17:51:12 +0000 (12:51 -0500)
gtk/gtkbuilderprivate.h

index a7fc500443f6c08e4afd38a5d81c083fa4f7b0c5..f58da231bccfa3027d93a7e794d3b08de8aa160c 100644 (file)
@@ -42,6 +42,12 @@ typedef struct {
   CommonInfo *parent;
 } ObjectInfo;
 
+typedef struct {
+  TagInfo tag;
+  gchar *id;
+  GHashTable *objects;
+} MenuInfo;
+
 typedef struct {
   TagInfo tag;
   GSList *packing_properties;